public class NamedRange : NamedElementPublic Class NamedRange
Inherits NamedElement| NamedRange | Initializes a new instance of the NamedRange class. |
| NamedRange(String) | Initializes a new instance of the NamedRange class. |
| BaseCellAddress | Contains an address of the base cell for relative addresses in formulas that occur within a condition. This attribute is only necessary when the condition contains a formula. |
| CellRangeAddress | Contains an address of the named range. The address can be either absolute or relative. |
| Name | Contains the name of a database range on which to perform operations. Within a single document, only one database range may have no name. |
| RangeUsableAs | Specifies whether the name of the range can be used within the specification of a print range, a filter, a repeating row, or a repeat column. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| CloneNamedElement | (Overrides NamedElementCloneNamedElement) |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current NamedRange object to its equivalent string representation.
(Overrides ObjectToString) |